html{
  background-color: rgb(249 201 217);
}

nav.menu-nav {   
  text-align: center;
}   

nav.menu-nav ul li{
  display: inline ; 
}

nav.menu-nav ul li.btn a{
  background-color: rgb(249 201 217);
  color: white;
  text-decoration: none;
  line-height: 2.9;
}



nav.menu-nav ul li.btn:hover a{
  Color: rgb(182 132 99);
  transition: 0.3 all;
}

h1.title-b{
 
  margin-top: 160px;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 1px;


}  

p.description-b{

  margin-top: 2px;
  margin-left: 8px;
  margin-right: 00px;
  margin-bottom: 34px ;
  line-height: 2;
}  

h1.title-p{
 
  margin-top: 128px;
  margin-left: 8px;
  margin-right: 840px;
  margin-bottom: 1px;
}  

p.description-p{

  margin-top: 8px;
  margin-left: 8px;
  margin-right: 00px;
  margin-bottom: 34px ;
  line-height: 2;
}  

img {
  max-width: 26%;
  max-height: 26%;
  object-fit: contain;
  shape-outside: margin-box;
  margin-top: 96px;
  margin-left: 480px;
  margin-right: 20px ;
  margin-bottom: 96px;
  cursor: pointer;
}   

.image-style {
  max-width: 64%;
  max-height: 64%;
  object-fit: contain;
  shape-outside: margin-box;
  margin: 128px 23px 128px 23px;
  cursor: pointer;
}
  
.image-text-container {
  display: flex;
  justify-content: space-between;
}  


/* 📱 Responsive mobile */
@media (max-width: 768px) {
  .book-container,
  .book-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: 1%;
    gap: 2rem;
    margin: 2rem 1rem;
  }
  
.image-container {
  max-width: 100%;
  margin: 0 auto; /* Centre l'image */
  display: block;
}

  
  .text-container {
    min-width: auto;
  }

  .image-text-container {
  flex-direction: column;
  margin: 4rem 1.4375rem;

  }

.image-text-container img {
  max-width: 100% !important;
  margin: 96px auto; /* Centre l'image avec marges verticales */
  display: block;
}

  .texte-a-droite {
    max-width: 100%;
  }
  
  h1.title-b, h1.title-p {
    font-size: 1.5rem;
  }
  
  p.description-b, p.description-p {
    font-size: 0.875rem;
  }
}

























.comment-link {
  background-color: rgb(249, 201, 217) !important;
  color: gray !important;
  text-decoration: none !important;
  line-height: 2.9;
  padding: 5px 10px;
  display: inline-block;
}

.comment-link:hover {
  color: rgb(182, 132, 99) !important;
  background-color: rgb(249, 201, 217) !important;
  transition: 0.3s all;
}

.crypto-links p {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.crypto-links {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.crypto-btn {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: grey;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  min-width: 40px;
  text-align: center;
}



































































